google.golang.org/grpc/internal/transport.trInFlow.newLimit (method)

3 uses

	google.golang.org/grpc/internal/transport (current package)
		flowcontrol.go#L86: func (f *trInFlow) newLimit(n uint32) uint32 {
		http2_client.go#L1096: 	t.controlBuf.executeAndPut(updateIWS, &outgoingWindowUpdate{streamID: 0, increment: t.fc.newLimit(n)})
		http2_server.go#L734: 		increment: t.fc.newLimit(n),